FMeinicke's Wiki

Home

❯

Docker

❯

WSL `error getting credentials err exec docker credential desktop.exe executable file not found in $PATH, out`

WSL `error getting credentials - err exec docker-credential-desktop.exe executable file not found in $PATH, out`

May 26, 20251 min read

  • wsl
  • docker-desktop
  • credentials

wsl docker-desktop credentials

Source

  • https://forums.docker.com/t/docker-credential-desktop-exe-executable-file-not-found-in-path-using-wsl2/100225/5
  • change credsStore to credStore in ~/.docker/config.json

    sed -i 's/credsStore/credStore/' ~/.docker/config.json
  • or remove "credsStore" if it is present in ~/.docker/config.json


Graph View

Created with Quartz v4.5.0 © 2025

  • GitHub